google.golang.org/grpc/internal/transport.http2Server.maxStreamMu (field)

7 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_server.go#L130: 	maxStreamMu sync.Mutex
		http2_server.go#L352: 	t.maxStreamMu.Lock()
		http2_server.go#L353: 	defer t.maxStreamMu.Unlock()
		http2_server.go#L1325: 	t.maxStreamMu.Lock()
		http2_server.go#L1329: 		t.maxStreamMu.Unlock()
		http2_server.go#L1342: 		t.maxStreamMu.Unlock()
		http2_server.go#L1355: 	t.maxStreamMu.Unlock()